From: Matthias Clasen Date: Tue, 20 Dec 2022 04:51:34 +0000 (-0500) Subject: ci: Declare a reftest as flaky X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~17^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=d8d5cace2a9f136f7b6a3de0a61e775066641455;p=gtk4.git ci: Declare a reftest as flaky fixed-widget-stacking is failing frequently due to a blinking cursor showing up in one of the windows in ci. --- diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 184a0971b0..b8e0ef0e64 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -598,6 +598,7 @@ xfails = [ 'label-background.ui', 'label-wrap-justify.ui', ] + flaky = [ # these tests need a better way to perform delayed actions # they are not in xfails since they succeed on some platforms @@ -610,6 +611,8 @@ flaky = [ 'treeview-headers-hidden.ui', # this consistently times out in the ci 'shorthand-entry-border.ui', + # blinking cursors and timing issues make this unreliable + 'fixed-widget-stacking.ui', ] reftest_env = environment()